go/types.nodeSet.add (method)
5 uses
go/types (current package)
initorder.go#L219: func (s *nodeSet) add(p *graphNode) {
initorder.go#L248: n.succ.add(d)
initorder.go#L249: d.pred.add(n)
initorder.go#L287: p.succ.add(s)
initorder.go#L288: s.pred.add(p)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)